projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d74f241
)
(align-rules-list): Use [ \t] instead of \s-
author
Thien-Thi Nguyen
<ttn@gnuvola.org>
Tue, 20 Dec 2005 13:59:16 +0000
(13:59 +0000)
committer
Thien-Thi Nguyen
<ttn@gnuvola.org>
Tue, 20 Dec 2005 13:59:16 +0000
(13:59 +0000)
for column separators in text mode.
lisp/align.el
patch
|
blob
|
history
diff --git
a/lisp/align.el
b/lisp/align.el
index 122ce2f0f8842a24dd5ec487f8ba4af5d3e3e329..f63085011b7b96e8c42a2d7b15b45a2c5aea9e7b 100644
(file)
--- a/
lisp/align.el
+++ b/
lisp/align.el
@@
-559,7
+559,7
@@
The possible settings for `align-region-separate' are:
;; With a numeric prefix argument, or C-u, space delimited text
;; tables will be aligned.
(text-column
- (regexp . "\\(^\\|\\S-\\)\\(
\\s-
+\\)\\(\\S-\\|$\\)")
+ (regexp . "\\(^\\|\\S-\\)\\(
[ \t]
+\\)\\(\\S-\\|$\\)")
(group . 2)
(modes . align-text-modes)
(repeat . t)